From b299ee48e235c296c98cb3fa9675f27729f4a85f Mon Sep 17 00:00:00 2001 From: zephex-alt <166333351+zephex-alt@users.noreply.github.com> Date: Sat, 4 May 2024 18:36:23 +0000 Subject: i guess I fixed it --- src/app/kdrama/[id]/page.jsx | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/app/kdrama/[id]') diff --git a/src/app/kdrama/[id]/page.jsx b/src/app/kdrama/[id]/page.jsx index 38593e7..9cb3cd8 100644 --- a/src/app/kdrama/[id]/page.jsx +++ b/src/app/kdrama/[id]/page.jsx @@ -3,8 +3,6 @@ import Image from "next/image"; import EpisodesButtons from "./buttons"; import { PreFetchVideoLinks } from "../components/cacher"; -export const runtime = "edge"; - export default async function DramaInfo({ params }) { const id = decodeURIComponent(params.id); const info = await getDramaInfo(id); -- cgit v1.2.3